[0.82] Cherry-pick follow-ups to Hermes V1 opt-in#53705
Merged
vzaidman merged 3 commits intofacebook:0.82-stablefrom Sep 15, 2025
Merged
[0.82] Cherry-pick follow-ups to Hermes V1 opt-in#53705vzaidman merged 3 commits intofacebook:0.82-stablefrom
vzaidman merged 3 commits intofacebook:0.82-stablefrom
Conversation
…cebook#53637) Summary: Pull Request resolved: facebook#53637 Changelog: [ANDROID][FIXED] - Check for the value of the HERMES_V1_ENABLED flag instead of whether it's defined Reviewed By: cortinico Differential Revision: D81920483 fbshipit-source-id: 550ae9fd27f666affe102b1c5c3f51bde7b5923e
Summary: Pull Request resolved: facebook#53665 Changelog: [ANDROID][FIXED] - Read the Hermes V1 opt-in flag from the apps properties when building from source Reviewed By: cortinico Differential Revision: D82018545 fbshipit-source-id: f3c6fdbac190f47b6bf6836105d9e0909d8b86ba
Collaborator
…acebook#53725) Summary: Pull Request resolved: facebook#53725 Changelog: [GENERAL][CHANGED] - Changed the coordinates of hermes artifacts when using Hermes V1 Adds a new `version.properties` file to keep which hermes versions should be consumed from Maven once the versions of Hermes and React Native are decoupled. This diff only implements changes necessary for consuming Hermes V1, as we don't want to migrate everything quite yet (0.82). Reviewed By: cortinico Differential Revision: D82204203 fbshipit-source-id: d712257a73f7ba54612a55c1b312416376f28b56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Cherry-picks #53637, #53665 and #53725 onto 0.82 stable
Changelog:
[ANDROID][FIXED] - Check for the value of the HERMES_V1_ENABLED flag instead of whether it's defined
[ANDROID][FIXED] - Read the Hermes V1 opt-in flag from the apps properties when building from source
[GENERAL][CHANGED] - Changed the coordinates of hermes artifacts when using Hermes V1